home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / business / ttrakker.zip / REPORTS.DA_ / REPORTS.DA / selection.json < prev   
JavaScript Object Notation  |  1996-05-31  |  2KB

  1. {
  2.     "schema": {
  3.         "title": "Text (20)",
  4.         "formula": "Text (255)",
  5.         "id": "Long Integer",
  6.         "range": "Text (255)"
  7.     },
  8.     "data": [
  9.         {
  10.             "title": "All",
  11.             "formula": "member_id > 0",
  12.             "id": 2,
  13.             "range": "All"
  14.         },
  15.         {
  16.             "title": "Yesterday",
  17.             "formula": "(in_time >= |yesterday|) and (in_time <= |yesterday|)",
  18.             "id": 4,
  19.             "range": "|yesterday|"
  20.         },
  21.         {
  22.             "title": "Today",
  23.             "formula": "in_time >= |today|",
  24.             "id": 5,
  25.             "range": "|today|"
  26.         },
  27.         {
  28.             "title": "Last Period",
  29.             "formula": "(in_time >= |start.lastperiod|) and (in_time <= |end.lastperiod|)",
  30.             "id": 6,
  31.             "range": "From |start.lastperiod| to |end.lastperiod|"
  32.         },
  33.         {
  34.             "title": "This Period",
  35.             "formula": "in_time >= |start.thisperiod|",
  36.             "id": 7,
  37.             "range": "From |start.thisperiod| to |end.thisperiod|"
  38.         },
  39.         {
  40.             "title": "Last Week",
  41.             "formula": "(in_time >= |start.lastweek|) and (in_time <= |end.lastweek|)",
  42.             "id": 8,
  43.             "range": "From |start.lastweek| to |end.lastweek|"
  44.         },
  45.         {
  46.             "title": "This Week",
  47.             "formula": "in_time  >= |start.thisweek|",
  48.             "id": 9,
  49.             "range": "From |start.thisweek| to |end.thisweek|"
  50.         },
  51.         {
  52.             "title": "Last Month",
  53.             "formula": "(in_time >= |start.lastmonth|) and (in_time <= |end.lastmonth|)",
  54.             "id": 10,
  55.             "range": "From |start.lastmonth| to |end.lastmonth|"
  56.         },
  57.         {
  58.             "title": "This Month",
  59.             "formula": "in_time >= |start.thismonth|",
  60.             "id": 11,
  61.             "range": "From |start.thismonth| to |end.thismonth|"
  62.         },
  63.         {
  64.             "title": "Last Year",
  65.             "formula": "(in_time >= |start.lastyear|) and (in_time <= |end.lastyear|)",
  66.             "id": 12,
  67.             "range": "From |start.lastyear| to |end.lastyear|"
  68.         },
  69.         {
  70.             "title": "This Year",
  71.             "formula": "in_time >= |start.thisyear|",
  72.             "id": 13,
  73.             "range": "From |start.lastperiod| to |end.lastperiod|"
  74.         },
  75.         {
  76.             "title": "From Date to Date",
  77.             "formula": "(in_time >= |start.date|) and (in_time <= |end.date|)",
  78.             "id": 14,
  79.             "range": "From |start.date| to |end.date|"
  80.         },
  81.         {
  82.             "title": "From Date to Today",
  83.             "formula": "in_time >= |start.date|",
  84.             "id": 15,
  85.             "range": "From |start.date| to |today|"
  86.         },
  87.         {
  88.             "title": "Up to Date",
  89.             "formula": "in_time <= |end.date|",
  90.             "id": 16,
  91.             "range": "Up to |end.date|"
  92.         },
  93.         {
  94.             "title": "Logged (X) Hours",
  95.             "formula": "logged_time = |number|",
  96.             "id": 17,
  97.             "range": "Logged hours = |number|"
  98.         },
  99.         {
  100.             "title": "Logged > (X) Hours",
  101.             "formula": "logged_time > |number|",
  102.             "id": 18,
  103.             "range": "Logged hours > |number|"
  104.         },
  105.         {
  106.             "title": "Logged < (X) Hours",
  107.             "formula": "logged_time < |number|",
  108.             "id": 19,
  109.             "range": "Logged hours < |number|"
  110.         },
  111.         {
  112.             "title": "Log Type is (TYPE)",
  113.             "formula": "type = |log_type|",
  114.             "id": 20,
  115.             "range": "Log Type = |log_type|"
  116.         }
  117.     ]
  118. }